home *** CD-ROM | disk | FTP | other *** search
- if(B1A)
- {
- Text1 = "Co vy tu d{invalid_utf8=236}l{invalid_utf8=225}te?";
- if(_root.menu.eng)
- {
- Text1 = "What are you doing here?";
- }
- }
- else
- {
- Text1 = "";
- setProperty("But1", _visible, false);
- }
- if(B1B)
- {
- Text2 = "Nev{invalid_utf8=237}te, jak bych se mohl dostat dom{invalid_utf8=249}?";
- if(_root.menu.eng)
- {
- Text2 = "Do you know how could I get home?";
- }
- }
- else
- {
- Text2 = "";
- setProperty("But2", _visible, false);
- }
- if(B1C and !_root.PSolaris and _root.vioakci)
- {
- Text3 = "Jdete na tu oslavu za{invalid_utf8=232}{invalid_utf8=225}{invalid_utf8=116}ku sez{invalid_utf8=243}ny?";
- if(_root.menu.eng)
- {
- Text3 = "Are you going to the new season celebration?";
- }
- }
- else
- {
- Text3 = "";
- setProperty("But3", _visible, false);
- }
- if(B1D)
- {
- Text4 = "Nashledanou. J{invalid_utf8=225} u{invalid_utf8=158} mus{invalid_utf8=237}m j{invalid_utf8=237}t.";
- if(_root.menu.eng)
- {
- Text4 = "Good Bye. I must go now.";
- }
- }
- else
- {
- Text4 = "";
- setProperty("But4", _visible, false);
- }
- But1.Varianta = "A";
- But2.Varianta = "B";
- But3.Varianta = "C";
- But4.Varianta = "D";
- Level = "1";
- But1.Enabled = B1A;
- But2.Enabled = B1B;
- But3.Enabled = B1C and !_root.PSolaris and _root.vioakci;
- But4.Enabled = B1D;
-